home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Techniques / h&vTabclass ƒ / h&vTabClass read-me < prev    next >
Encoding:
Text File  |  1999-09-03  |  900 b   |  17 lines  |  [TEXT/ttxt]

  1. ThePoint Software, Ron Wiersma
  2. wiersma@dds.nl
  3.  
  4.  
  5. What is h&vTabClass ?
  6. It's a Realbasic tab-control. The main difference with the build-in tabs is, that it is more flexible and better looking. You can change the offset,height,width and number of the tabs and the windowside on which the tabs appear.
  7. If you use this Class in you project or code from it, you have to mention it in your application special thanks list (that you used code from ThePoint Software). And please notify me where (in which application) you used it. 
  8.  
  9. How to use it?
  10. - Drag the class to your project window
  11. - drag a canvas control to the place you want your tabs to be
  12. - assign it to the h&vTabClass
  13. - double-click the class
  14. - open the open-event
  15. - change the parameters for offset,height,width and number and windowside
  16. - you will have a new change-event in the list with canvas events; use it to hide and show your buttons.
  17.